CryptoPro JCP.
Public API.

ru.CryptoPro.JCP.tools
Class SelfTesterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ru.CryptoPro.JCP.tools.SelfTesterException
All Implemented Interfaces:
java.io.Serializable

public class SelfTesterException
extends java.lang.RuntimeException

SelfTesterException is the exception which can be thrown during the normal operation as wrong result of selftesting.

See Also:
Serialized Form
Version:2.0

Constructor Summary
SelfTesterException()
          Constructs a new exception without detail message.
SelfTesterException(java.lang.String message)
          Constructs a new exception with the specified detail message.
SelfTesterException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
SelfTesterException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause and without detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelfTesterException

public SelfTesterException()
Constructs a new exception without detail message.


SelfTesterException

public SelfTesterException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message.

SelfTesterException

public SelfTesterException(java.lang.String message,
                           java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause

SelfTesterException

public SelfTesterException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and without detail message.

Parameters:
cause - the cause

Copyright Crypto-Pro.
All rights reserved.